DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / Read Method / Read(Byte[],ReadBehaviours) Method

Byte Array to read

The behaviours to be used when reading this stream




In This Topic
    Read(Byte[],ReadBehaviours) Method
    In This Topic
    Reads from a Byte Array
    Syntax
    'Declaration
     
    
    Public Overloads Sub Read( _
       ByVal Array() As Byte, _
       Optional ByVal readBehaviours As ReadBehaviours _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim Array() As Byte
    Dim readBehaviours As ReadBehaviours
     
    instance.Read(Array, readBehaviours)
    public void Read( 
       byte[] Array,
       ReadBehaviours readBehaviours
    )

    Parameters

    Array

    Byte Array to read

    readBehaviours

    The behaviours to be used when reading this stream

    Remarks
    Reads an array of byte, which may have been written by Write method.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also